From: Bernd Zeimetz Date: Sun, 1 Jan 2017 21:04:42 +0000 (+0100) Subject: Fix skytraq default values X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~130 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b2954b17bacfbd7599f7092e79f21b15de5f8143;p=gpsbabel.git Fix skytraq default values Taken from upstream Closes: #846945 Thanks: Jeroen N. Witmond --- diff --git a/debian/patches/fix-skytraq-new-location b/debian/patches/fix-skytraq-new-location new file mode 100644 index 000000000..5bb27e732 --- /dev/null +++ b/debian/patches/fix-skytraq-new-location @@ -0,0 +1,16 @@ +--- a/skytraq.cc ++++ b/skytraq.cc +@@ -78,11 +78,11 @@ arglist_t skytraq_args[] = { + }, + { + "targetlocation", &opt_set_location, "Set location finder target location as lat,lng", +- "", ARGTYPE_STRING, "", "" ++ NULL, ARGTYPE_STRING, "", "" + }, + { + "configlog", &opt_configure_logging, "Configure logging parameter as tmin:tmax:dmin:dmax", +- "", ARGTYPE_STRING, "", "" ++ NULL, ARGTYPE_STRING, "", "" + }, + { + "baud", &opt_dlbaud, "Baud rate used for download", diff --git a/debian/patches/series b/debian/patches/series index 4c729dc7e..c4f2078af 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ gpsbabelfe_do-not-check-for-newer-version htmldoc-location gpsbabelfe-name use_minizip +fix-skytraq-new-location